home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1996 April
/
Software of the Month Club 1996 April.iso
/
mac
/
SRI
/
General Interest
/
Personal Log
/
Other Files ƒ
/
CreateLargeLogFile.txt
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-06-18
|
280 b
|
11 lines
|
[
TEXT/ToyS
]
tell application "Personal Log v1.5"
activate
repeat with i from 1 to 200
create new entry
set numStr to i as string
set entry subject to "Entry #" & numStr keywords to {"large", "file", numStr}
insert text "This is entry #" & numStr
record entry
end repeat
end tell